Move Message
Command Prototype
bRet = Outlook.MoveMessage(account ,tfolder ,message )
Command Description
Move a specified mail to a specified folder, and return true if succeeds, return false if fails
Parameter Description
- Required Parameter
- account--The email address from which to move a message. It must be the same as the email address bound to Outlook
- tfolder--Specify the destination folder to move the message to, such as "Inbox", "Draft", "Sent Mails", etc
- message--A Message object in the message list
- return
- bRet--The variable used to save the output of the function call